ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexChartBase<T> Class / PlotMargin Property






In This Topic
    PlotMargin Property (FlexChartBase<T>)
    In This Topic
    Gets or sets the plot margin in pixels.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(C1.Web.Mvc.I.co)>
    Public Property PlotMargin As System.String
    'Usage
     
    
    Dim instance As FlexChartBase(Of T)
    Dim value As System.String
     
    instance.PlotMargin = value
     
    value = instance.PlotMargin
    [JsonConverter(C1.Web.Mvc.I.co)]
    public System.string PlotMargin {get; set;}
    public read-write property PlotMargin: System.String; 
    JsonConverterAttribute(C1.Web.Mvc.I.co)
    public function get,set PlotMargin : System.String
    [JsonConverter(C1.Web.Mvc.I.co)]
    public: __property System.string* get_PlotMargin();
    public: __property void set_PlotMargin( 
       System.string* value
    );
    [JsonConverter(C1.Web.Mvc.I.co)]
    public:
    property System.String^ PlotMargin {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also